home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 93 / CDMM_93_2.ISO / Project Nomads / nomads_demo_eng.exe / ENERGYCLOT.TCL < prev    next >
Encoding:
Text File  |  2001-12-18  |  470 b   |  29 lines

  1. #
  2. #   Zustands-▄berwachungs-Script
  3. #   State Watch Script
  4. #
  5. #   FX
  6. #
  7. #   created:    15-Jun-2000 Bernd
  8. #   
  9. #   (C) COPYRIGHT 2001 RADONLABS GMBH
  10. #
  11.  
  12. proc energyclotwatch_normal {} {
  13.  
  14.     if {[.isstatetimeover] == "true"} {
  15.         .setremoveable true
  16.     } elseif {[.iskilled] == "true"} {
  17.         .announcestate explode
  18.     }
  19. }
  20.  
  21. proc energyclotwatch_explode {} {
  22.  
  23.     if {[.isanimfinished] == "true"} {
  24.         .setremoveable true
  25.     }
  26. }
  27.  
  28.  
  29.